date_get_month(date);
返回: Real(实数)
此函数将返回给定的日期时间值中的月份。
mymonth = date_get_month(date_current_datetime());
这将会把"mymonth"设为当前月。